-
Notifications
You must be signed in to change notification settings - Fork 286
Create comprehensive wire crimping best practices document #3142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Create comprehensive wire crimping best practices document #3142
Conversation
- Covers Anderson Powerpole crimping techniques - Documents required tools and quality ratcheting crimpers - Provides step-by-step instructions for 15, 30, and 45 amp contacts - Includes troubleshooting and quality control procedures - Adds practice tips and competition preparation guidance Fixes wpilibsuite#1263
The image was referenced but never created, causing build failures
|
|
||
| - **Low electrical resistance** - Minimizes voltage drop and heat generation | ||
| - **Mechanical strength** - Prevents wires from pulling out under vibration | ||
| - **Reliability** - Eliminates intermittent connections that cause brownouts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intermittent connections don't cause brownouts, they cause short blackouts. Really this seems like it's subsumed by electrical resistance and the mechanical strength bullets, unless there other failure modes considered but not mentioned.
|
|
||
| Ratcheting crimpers provide consistent, high-quality crimps by ensuring proper compression force every time. They prevent under-crimping or over-crimping by not releasing until the crimp cycle is complete. | ||
|
|
||
| Recommended tools: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad formatting
|
|
||
| Poor crimps are a common source of mysterious electrical problems. A connection that works on the bench may fail under the vibration and stress of competition. | ||
|
|
||
| ## Required Tools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The organization seems wierd. I think a description of different types of connectors needs to come before you start talking about how to crimp them.
|
|
||
| Wire ferrules are crimped metal sleeves used on stranded wire ends for screw terminal connections (like motor controllers, PDH channels, etc.) | ||
|
|
||
| **Best Practices:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting issues
|
|
||
| Used for battery terminals and some ground connections. | ||
|
|
||
| **Best Practices:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting issues
|
|
||
| Many FRC components use JST, Molex, or Dupont-style connectors for signal wiring. | ||
|
|
||
| **Best Practices:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting issues
|
|
||
| ### General Guidelines | ||
|
|
||
| 1. **Use the right wire gauge** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting issues
|
|
||
| 4. **Inspect every crimp** - Look for even compression, proper insulation support, no gaps | ||
|
|
||
| 5. **Test the connection** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formatting issues
| 5. **Test the connection** | ||
| - Visual inspection: Crimp should be symmetrical with no gaps | ||
| - Pull test: Gently tug the wire - it should not pull out | ||
| - Resistance test: Use a multimeter to verify low resistance (<10 mΩ for power connections) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10 mΩ seems high for a single connection. I also question whether a normal multi-meter that teams have would measure that low. Isn't that 4 wire measurement territory?
|
|
||
| .. important:: Contacts that are not fully inserted can cause intermittent connections, brownouts, or complete disconnection. Always perform a pull test! | ||
|
|
||
| ### Common Powerpole Crimping Problems |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these feel like they need pictures. How would a student now that something is deformed?
Summary
Creates a new comprehensive document covering wire crimping best practices, with a focus on Anderson Powerpole connectors commonly used in FRC.
Changes
crimping-best-practices.rstwith detailed crimping guidanceKey Topics Covered
Fixes #1263